home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00072.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  227 b   |  8 lines

  1. on exitFrame
  2.   global holdcast, holdh, holdv, myclickon
  3.   set holdcast to the castNum of sprite myclickon
  4.   set holdh to the locH of sprite myclickon
  5.   set holdv to the locV of sprite myclickon
  6.   puppetSprite(myclickon, 0)
  7. end
  8.